home *** CD-ROM | disk | FTP | other *** search
- if(B2A)
- {
- Text1 = "Fakt? J{invalid_utf8=225} myslel, {invalid_utf8=158}e je.";
- if(_root.menu.eng)
- {
- Text1 = "Really? I thought that it is.";
- }
- }
- else
- {
- Text1 = "";
- setProperty("But1", _visible, false);
- }
- if(B2B)
- {
- Text2 = "N{invalid_utf8=236}jak{invalid_utf8=233} zah{invalid_utf8=225}len{invalid_utf8=237} sez{invalid_utf8=243}ny m{invalid_utf8=236} nezaj{invalid_utf8=237}m{invalid_utf8=225}.";
- if(_root.menu.eng)
- {
- Text2 = "I\'m not interested in any new season.";
- }
- }
- else
- {
- Text2 = "";
- setProperty("But2", _visible, false);
- }
- Text3 = "";
- Text4 = "";
- But1.Varianta = "A";
- But2.Varianta = "B";
- Level = "21";
- But1.Enabled = B2A;
- But2.Enabled = B2B;
-